home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000052_ericboniface@chez.com_Mon May 5 14:08:08 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  44 lines

  1. Article: 14271 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!c03.atl99!news.webusenet.com!news-hog.berkeley.edu!ucberkeley!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: ericboniface@chez.com (Eric)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: ckermit on HPUX11.
  6. Date: 5 May 2003 09:33:12 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 25
  9. Message-ID: <c30aaa81.0305050833.14579553@posting.google.com>
  10. References: <c30aaa81.0304180518.3a35503b@posting.google.com> <b83isu$fa4$1@watsol.cc.columbia.edu> <3EA555B8.9090601@nyc.rr.com> <c30aaa81.0304290200.20917245@posting.google.com> <b8lvv9$nu6$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 192.6.111.74
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1052152393 11084 127.0.0.1 (5 May 2003 16:33:13 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 5 May 2003 16:33:13 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14271
  18.  
  19. > hpux1100o+openssl:
  20. >     MFLAGS='+ESlit +ESsfc' ; \
  21. >     KFLAGS="-DCK_AUTHENTICATION -DCK_SSL -I/opt/zlib/include \
  22. >     -DZLIB -DOPENSSL_097 $(SSLINC) $(KFLAGS) -DHPUX1100 -D__HP_CURSES \
  23. >     -Aa -D_HPUX_SOURCE -DCK_ANSIC -DUTIMEH +O2 -Wl,-Fw $$MFLAGS" ; \
  24. >     LIBS="$(SSLLIB) $(KRB5LIB) -lssl -lcrypto \
  25. >     -L/opt/zlib/lib -lz" \
  26. >     $(MAKE) "SHELL=/usr/bin/sh" "PATH=/opt/ansic/bin:$$PATH" xermit \
  27. >     KTARGET=$${KTARGET:-$(@)} \
  28. >     "CFLAGS = -DHPUX10 -DDIRENT -DSTERMIOX -DCK_DSYSINI -DHDBUUCP \
  29. >     -DCK_CURSES -DCK_WREFRESH -DTCPSOCKET -DCK_REDIR -DRENAME -DFNFLOAT \
  30. >     $$KFLAGS $$OFLAGS $(KFLAGS)" \
  31. >     "LNKFLAGS=-s $(LNKFLAGS)" "LIBS = -lm -lcurses $$LIBS $(KLIBS)"
  32. > and please let us know whether it worked.
  33. > - Frank
  34.  
  35. thanks for your help ! 
  36. In fact I found the solution : it is right, it was due to a mistake in
  37. the makefile; in fact, you need to switch -lssl and -lcrypto !
  38. the right order is '-lssl -lcrypto'
  39.  
  40. Thanks for your help ! 
  41. Eric.
  42.